CallReceiveBandwidthLimit

Defines the bandwidth limit for a call. This bandwidth limit will take effect on received audio/video stream by defining the max bitrate received for local peer. Limit for audio and video media types can be set separately, sum of these two values will be considered as session level bandwidth limit.

Since

4.6.1

Constructors

Link copied to clipboard
public void CallReceiveBandwidthLimit(int audioReceiveBandwidth, int videoReceiveBandwidth)

Properties

Link copied to clipboard
audioReceiveBandwidth
Link copied to clipboard
videoReceiveBandwidth

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public void setAudioReceiveBandwidth(int audioReceiveBandwidth)
Link copied to clipboard
public void setVideoReceiveBandwidth(int videoReceiveBandwidth)